@genesislcap/foundation-utils 14.378.0 → 14.379.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +120 -120
  2. package/package.json +11 -11
@@ -391,126 +391,6 @@
391
391
  }
392
392
  ]
393
393
  },
394
- {
395
- "kind": "javascript-module",
396
- "path": "src/design-system/design-system.ts",
397
- "declarations": [
398
- {
399
- "kind": "function",
400
- "name": "assureDesignSystem",
401
- "return": {
402
- "type": {
403
- "text": "DesignSystemModule"
404
- }
405
- },
406
- "parameters": [
407
- {
408
- "name": "module",
409
- "type": {
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"
430
- },
431
- "description": "The starting HTML element"
432
- },
433
- {
434
- "name": "fallbackPrefix",
435
- "type": {
436
- "text": "string"
437
- },
438
- "description": "The prefix to fallback to if the provider is not available"
439
- }
440
- ],
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.",
469
- "privacy": "public"
470
- }
471
- ],
472
- "exports": [
473
- {
474
- "kind": "js",
475
- "name": "assureDesignSystem",
476
- "declaration": {
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"
510
- }
511
- }
512
- ]
513
- },
514
394
  {
515
395
  "kind": "javascript-module",
516
396
  "path": "src/decorators/index.ts",
@@ -801,6 +681,126 @@
801
681
  }
802
682
  ]
803
683
  },
684
+ {
685
+ "kind": "javascript-module",
686
+ "path": "src/design-system/design-system.ts",
687
+ "declarations": [
688
+ {
689
+ "kind": "function",
690
+ "name": "assureDesignSystem",
691
+ "return": {
692
+ "type": {
693
+ "text": "DesignSystemModule"
694
+ }
695
+ },
696
+ "parameters": [
697
+ {
698
+ "name": "module",
699
+ "type": {
700
+ "text": "DesignSystemModule"
701
+ }
702
+ }
703
+ ],
704
+ "description": "assureDesignSystem.",
705
+ "privacy": "public"
706
+ },
707
+ {
708
+ "kind": "function",
709
+ "name": "getCurrentDesignSystem",
710
+ "return": {
711
+ "type": {
712
+ "text": ""
713
+ }
714
+ },
715
+ "parameters": [
716
+ {
717
+ "name": "element",
718
+ "type": {
719
+ "text": "HTMLElement"
720
+ },
721
+ "description": "The starting HTML element"
722
+ },
723
+ {
724
+ "name": "fallbackPrefix",
725
+ "type": {
726
+ "text": "string"
727
+ },
728
+ "description": "The prefix to fallback to if the provider is not available"
729
+ }
730
+ ],
731
+ "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.",
732
+ "privacy": "public"
733
+ },
734
+ {
735
+ "kind": "function",
736
+ "name": "getCurrentDesignSystemPrefix",
737
+ "return": {
738
+ "type": {
739
+ "text": ""
740
+ }
741
+ },
742
+ "parameters": [
743
+ {
744
+ "name": "element",
745
+ "type": {
746
+ "text": "HTMLElement"
747
+ },
748
+ "description": "The starting HTML element"
749
+ },
750
+ {
751
+ "name": "fallbackPrefix",
752
+ "type": {
753
+ "text": "string"
754
+ },
755
+ "description": "The prefix to fallback to if the provider is not available"
756
+ }
757
+ ],
758
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
759
+ "privacy": "public"
760
+ }
761
+ ],
762
+ "exports": [
763
+ {
764
+ "kind": "js",
765
+ "name": "assureDesignSystem",
766
+ "declaration": {
767
+ "name": "assureDesignSystem",
768
+ "module": "src/design-system/design-system.ts"
769
+ }
770
+ },
771
+ {
772
+ "kind": "js",
773
+ "name": "getCurrentDesignSystem",
774
+ "declaration": {
775
+ "name": "getCurrentDesignSystem",
776
+ "module": "src/design-system/design-system.ts"
777
+ }
778
+ },
779
+ {
780
+ "kind": "js",
781
+ "name": "getCurrentDesignSystemPrefix",
782
+ "declaration": {
783
+ "name": "getCurrentDesignSystemPrefix",
784
+ "module": "src/design-system/design-system.ts"
785
+ }
786
+ }
787
+ ]
788
+ },
789
+ {
790
+ "kind": "javascript-module",
791
+ "path": "src/design-system/index.ts",
792
+ "declarations": [],
793
+ "exports": [
794
+ {
795
+ "kind": "js",
796
+ "name": "*",
797
+ "declaration": {
798
+ "name": "*",
799
+ "package": "./design-system"
800
+ }
801
+ }
802
+ ]
803
+ },
804
804
  {
805
805
  "kind": "javascript-module",
806
806
  "path": "src/env/index.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.378.0",
4
+ "version": "14.379.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.378.0",
31
- "@genesislcap/genx": "14.378.0",
32
- "@genesislcap/rollup-builder": "14.378.0",
33
- "@genesislcap/ts-builder": "14.378.0",
34
- "@genesislcap/uvu-playwright-builder": "14.378.0",
35
- "@genesislcap/vite-builder": "14.378.0",
36
- "@genesislcap/webpack-builder": "14.378.0",
30
+ "@genesislcap/foundation-testing": "14.379.0",
31
+ "@genesislcap/genx": "14.379.0",
32
+ "@genesislcap/rollup-builder": "14.379.0",
33
+ "@genesislcap/ts-builder": "14.379.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.379.0",
35
+ "@genesislcap/vite-builder": "14.379.0",
36
+ "@genesislcap/webpack-builder": "14.379.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.378.0",
41
- "@genesislcap/foundation-logger": "14.378.0",
40
+ "@genesislcap/expression-builder": "14.379.0",
41
+ "@genesislcap/foundation-logger": "14.379.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": "ce2ed6cbbfa6bfd70aa33dbe5d90e219cd4337e9"
59
+ "gitHead": "867ea5e99e79ce360603b05eb9a47ecd1e092640"
60
60
  }