@genesislcap/foundation-utils 14.387.1 → 14.387.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +148 -148
  2. package/package.json +11 -11
@@ -393,53 +393,120 @@
393
393
  },
394
394
  {
395
395
  "kind": "javascript-module",
396
- "path": "src/decorators/index.ts",
397
- "declarations": [],
398
- "exports": [
399
- {
400
- "kind": "js",
401
- "name": "*",
402
- "declaration": {
403
- "name": "*",
404
- "package": "./renderOnChange"
405
- }
406
- }
407
- ]
408
- },
409
- {
410
- "kind": "javascript-module",
411
- "path": "src/decorators/renderOnChange.ts",
396
+ "path": "src/design-system/design-system.ts",
412
397
  "declarations": [
413
398
  {
414
399
  "kind": "function",
415
- "name": "renderOnChange",
400
+ "name": "assureDesignSystem",
401
+ "return": {
402
+ "type": {
403
+ "text": "DesignSystemModule"
404
+ }
405
+ },
416
406
  "parameters": [
417
407
  {
418
- "name": "target",
408
+ "name": "module",
419
409
  "type": {
420
- "text": "FASTElement & { render(): void }"
410
+ "text": "DesignSystemModule"
411
+ }
412
+ }
413
+ ],
414
+ "description": "assureDesignSystem.",
415
+ "privacy": "public"
416
+ },
417
+ {
418
+ "kind": "function",
419
+ "name": "getCurrentDesignSystem",
420
+ "return": {
421
+ "type": {
422
+ "text": ""
423
+ }
424
+ },
425
+ "parameters": [
426
+ {
427
+ "name": "element",
428
+ "type": {
429
+ "text": "HTMLElement"
421
430
  },
422
- "description": "The target to define the property change handler on."
431
+ "description": "The starting HTML element"
423
432
  },
424
433
  {
425
- "name": "name",
434
+ "name": "fallbackPrefix",
426
435
  "type": {
427
436
  "text": "string"
428
437
  },
429
- "description": "The property name."
438
+ "description": "The prefix to fallback to if the provider is not available"
430
439
  }
431
440
  ],
432
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
441
+ "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.",
442
+ "privacy": "public"
443
+ },
444
+ {
445
+ "kind": "function",
446
+ "name": "getCurrentDesignSystemPrefix",
447
+ "return": {
448
+ "type": {
449
+ "text": ""
450
+ }
451
+ },
452
+ "parameters": [
453
+ {
454
+ "name": "element",
455
+ "type": {
456
+ "text": "HTMLElement"
457
+ },
458
+ "description": "The starting HTML element"
459
+ },
460
+ {
461
+ "name": "fallbackPrefix",
462
+ "type": {
463
+ "text": "string"
464
+ },
465
+ "description": "The prefix to fallback to if the provider is not available"
466
+ }
467
+ ],
468
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
433
469
  "privacy": "public"
434
470
  }
435
471
  ],
436
472
  "exports": [
437
473
  {
438
474
  "kind": "js",
439
- "name": "renderOnChange",
475
+ "name": "assureDesignSystem",
440
476
  "declaration": {
441
- "name": "renderOnChange",
442
- "module": "src/decorators/renderOnChange.ts"
477
+ "name": "assureDesignSystem",
478
+ "module": "src/design-system/design-system.ts"
479
+ }
480
+ },
481
+ {
482
+ "kind": "js",
483
+ "name": "getCurrentDesignSystem",
484
+ "declaration": {
485
+ "name": "getCurrentDesignSystem",
486
+ "module": "src/design-system/design-system.ts"
487
+ }
488
+ },
489
+ {
490
+ "kind": "js",
491
+ "name": "getCurrentDesignSystemPrefix",
492
+ "declaration": {
493
+ "name": "getCurrentDesignSystemPrefix",
494
+ "module": "src/design-system/design-system.ts"
495
+ }
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "kind": "javascript-module",
501
+ "path": "src/design-system/index.ts",
502
+ "declarations": [],
503
+ "exports": [
504
+ {
505
+ "kind": "js",
506
+ "name": "*",
507
+ "declaration": {
508
+ "name": "*",
509
+ "package": "./design-system"
443
510
  }
444
511
  }
445
512
  ]
@@ -469,7 +536,7 @@
469
536
  },
470
537
  {
471
538
  "kind": "javascript-module",
472
- "path": "src/encoding/index.ts",
539
+ "path": "src/decorators/index.ts",
473
540
  "declarations": [],
474
541
  "exports": [
475
542
  {
@@ -477,7 +544,45 @@
477
544
  "name": "*",
478
545
  "declaration": {
479
546
  "name": "*",
480
- "package": "./base64"
547
+ "package": "./renderOnChange"
548
+ }
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "kind": "javascript-module",
554
+ "path": "src/decorators/renderOnChange.ts",
555
+ "declarations": [
556
+ {
557
+ "kind": "function",
558
+ "name": "renderOnChange",
559
+ "parameters": [
560
+ {
561
+ "name": "target",
562
+ "type": {
563
+ "text": "FASTElement & { render(): void }"
564
+ },
565
+ "description": "The target to define the property change handler on."
566
+ },
567
+ {
568
+ "name": "name",
569
+ "type": {
570
+ "text": "string"
571
+ },
572
+ "description": "The property name."
573
+ }
574
+ ],
575
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
576
+ "privacy": "public"
577
+ }
578
+ ],
579
+ "exports": [
580
+ {
581
+ "kind": "js",
582
+ "name": "renderOnChange",
583
+ "declaration": {
584
+ "name": "renderOnChange",
585
+ "module": "src/decorators/renderOnChange.ts"
481
586
  }
482
587
  }
483
588
  ]
@@ -957,126 +1062,6 @@
957
1062
  }
958
1063
  ]
959
1064
  },
960
- {
961
- "kind": "javascript-module",
962
- "path": "src/design-system/design-system.ts",
963
- "declarations": [
964
- {
965
- "kind": "function",
966
- "name": "assureDesignSystem",
967
- "return": {
968
- "type": {
969
- "text": "DesignSystemModule"
970
- }
971
- },
972
- "parameters": [
973
- {
974
- "name": "module",
975
- "type": {
976
- "text": "DesignSystemModule"
977
- }
978
- }
979
- ],
980
- "description": "assureDesignSystem.",
981
- "privacy": "public"
982
- },
983
- {
984
- "kind": "function",
985
- "name": "getCurrentDesignSystem",
986
- "return": {
987
- "type": {
988
- "text": ""
989
- }
990
- },
991
- "parameters": [
992
- {
993
- "name": "element",
994
- "type": {
995
- "text": "HTMLElement"
996
- },
997
- "description": "The starting HTML element"
998
- },
999
- {
1000
- "name": "fallbackPrefix",
1001
- "type": {
1002
- "text": "string"
1003
- },
1004
- "description": "The prefix to fallback to if the provider is not available"
1005
- }
1006
- ],
1007
- "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.",
1008
- "privacy": "public"
1009
- },
1010
- {
1011
- "kind": "function",
1012
- "name": "getCurrentDesignSystemPrefix",
1013
- "return": {
1014
- "type": {
1015
- "text": ""
1016
- }
1017
- },
1018
- "parameters": [
1019
- {
1020
- "name": "element",
1021
- "type": {
1022
- "text": "HTMLElement"
1023
- },
1024
- "description": "The starting HTML element"
1025
- },
1026
- {
1027
- "name": "fallbackPrefix",
1028
- "type": {
1029
- "text": "string"
1030
- },
1031
- "description": "The prefix to fallback to if the provider is not available"
1032
- }
1033
- ],
1034
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1035
- "privacy": "public"
1036
- }
1037
- ],
1038
- "exports": [
1039
- {
1040
- "kind": "js",
1041
- "name": "assureDesignSystem",
1042
- "declaration": {
1043
- "name": "assureDesignSystem",
1044
- "module": "src/design-system/design-system.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "getCurrentDesignSystem",
1050
- "declaration": {
1051
- "name": "getCurrentDesignSystem",
1052
- "module": "src/design-system/design-system.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "getCurrentDesignSystemPrefix",
1058
- "declaration": {
1059
- "name": "getCurrentDesignSystemPrefix",
1060
- "module": "src/design-system/design-system.ts"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/design-system/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./design-system"
1076
- }
1077
- }
1078
- ]
1079
- },
1080
1065
  {
1081
1066
  "kind": "javascript-module",
1082
1067
  "path": "src/error/errorMap.ts",
@@ -1276,6 +1261,21 @@
1276
1261
  }
1277
1262
  ]
1278
1263
  },
1264
+ {
1265
+ "kind": "javascript-module",
1266
+ "path": "src/encoding/index.ts",
1267
+ "declarations": [],
1268
+ "exports": [
1269
+ {
1270
+ "kind": "js",
1271
+ "name": "*",
1272
+ "declaration": {
1273
+ "name": "*",
1274
+ "package": "./base64"
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.387.1",
4
+ "version": "14.387.2",
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.387.1",
31
- "@genesislcap/genx": "14.387.1",
32
- "@genesislcap/rollup-builder": "14.387.1",
33
- "@genesislcap/ts-builder": "14.387.1",
34
- "@genesislcap/uvu-playwright-builder": "14.387.1",
35
- "@genesislcap/vite-builder": "14.387.1",
36
- "@genesislcap/webpack-builder": "14.387.1",
30
+ "@genesislcap/foundation-testing": "14.387.2",
31
+ "@genesislcap/genx": "14.387.2",
32
+ "@genesislcap/rollup-builder": "14.387.2",
33
+ "@genesislcap/ts-builder": "14.387.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.387.2",
35
+ "@genesislcap/vite-builder": "14.387.2",
36
+ "@genesislcap/webpack-builder": "14.387.2",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.387.1",
41
- "@genesislcap/foundation-logger": "14.387.1",
40
+ "@genesislcap/expression-builder": "14.387.2",
41
+ "@genesislcap/foundation-logger": "14.387.2",
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": "754f423962e6ff9eec79df7c3cab4df32bcbbeef"
59
+ "gitHead": "336bd409fe7e65df555d415fc90f28e239106d12"
60
60
  }