@genesislcap/foundation-utils 14.186.1 → 14.187.1-accessibility.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.
- package/dist/custom-elements.json +73 -73
- package/package.json +10 -10
|
@@ -359,23 +359,50 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
363
|
-
"declarations": [
|
|
362
|
+
"path": "src/design-system/design-system.ts",
|
|
363
|
+
"declarations": [
|
|
364
|
+
{
|
|
365
|
+
"kind": "function",
|
|
366
|
+
"name": "assureDesignSystem",
|
|
367
|
+
"return": {
|
|
368
|
+
"type": {
|
|
369
|
+
"text": "DesignSystemModule"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"parameters": [
|
|
373
|
+
{
|
|
374
|
+
"name": "module",
|
|
375
|
+
"type": {
|
|
376
|
+
"text": "DesignSystemModule"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
],
|
|
380
|
+
"description": "assureDesignSystem.",
|
|
381
|
+
"privacy": "public"
|
|
382
|
+
}
|
|
383
|
+
],
|
|
364
384
|
"exports": [
|
|
365
385
|
{
|
|
366
386
|
"kind": "js",
|
|
367
|
-
"name": "
|
|
387
|
+
"name": "assureDesignSystem",
|
|
368
388
|
"declaration": {
|
|
369
|
-
"name": "
|
|
370
|
-
"
|
|
389
|
+
"name": "assureDesignSystem",
|
|
390
|
+
"module": "src/design-system/design-system.ts"
|
|
371
391
|
}
|
|
372
|
-
}
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"kind": "javascript-module",
|
|
397
|
+
"path": "src/design-system/index.ts",
|
|
398
|
+
"declarations": [],
|
|
399
|
+
"exports": [
|
|
373
400
|
{
|
|
374
401
|
"kind": "js",
|
|
375
402
|
"name": "*",
|
|
376
403
|
"declaration": {
|
|
377
404
|
"name": "*",
|
|
378
|
-
"package": "./
|
|
405
|
+
"package": "./design-system"
|
|
379
406
|
}
|
|
380
407
|
}
|
|
381
408
|
]
|
|
@@ -433,6 +460,29 @@
|
|
|
433
460
|
}
|
|
434
461
|
]
|
|
435
462
|
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "javascript-module",
|
|
465
|
+
"path": "src/directives/index.ts",
|
|
466
|
+
"declarations": [],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./sync"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./when-else"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
436
486
|
{
|
|
437
487
|
"kind": "javascript-module",
|
|
438
488
|
"path": "src/env/index.ts",
|
|
@@ -656,56 +706,6 @@
|
|
|
656
706
|
}
|
|
657
707
|
]
|
|
658
708
|
},
|
|
659
|
-
{
|
|
660
|
-
"kind": "javascript-module",
|
|
661
|
-
"path": "src/design-system/design-system.ts",
|
|
662
|
-
"declarations": [
|
|
663
|
-
{
|
|
664
|
-
"kind": "function",
|
|
665
|
-
"name": "assureDesignSystem",
|
|
666
|
-
"return": {
|
|
667
|
-
"type": {
|
|
668
|
-
"text": "DesignSystemModule"
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
"parameters": [
|
|
672
|
-
{
|
|
673
|
-
"name": "module",
|
|
674
|
-
"type": {
|
|
675
|
-
"text": "DesignSystemModule"
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"description": "assureDesignSystem.",
|
|
680
|
-
"privacy": "public"
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"exports": [
|
|
684
|
-
{
|
|
685
|
-
"kind": "js",
|
|
686
|
-
"name": "assureDesignSystem",
|
|
687
|
-
"declaration": {
|
|
688
|
-
"name": "assureDesignSystem",
|
|
689
|
-
"module": "src/design-system/design-system.ts"
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
]
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"kind": "javascript-module",
|
|
696
|
-
"path": "src/design-system/index.ts",
|
|
697
|
-
"declarations": [],
|
|
698
|
-
"exports": [
|
|
699
|
-
{
|
|
700
|
-
"kind": "js",
|
|
701
|
-
"name": "*",
|
|
702
|
-
"declaration": {
|
|
703
|
-
"name": "*",
|
|
704
|
-
"package": "./design-system"
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
]
|
|
708
|
-
},
|
|
709
709
|
{
|
|
710
710
|
"kind": "javascript-module",
|
|
711
711
|
"path": "src/error/errorMap.ts",
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
},
|
|
1901
1901
|
{
|
|
1902
1902
|
"kind": "javascript-module",
|
|
1903
|
-
"path": "src/
|
|
1903
|
+
"path": "src/utils/index.ts",
|
|
1904
1904
|
"declarations": [],
|
|
1905
1905
|
"exports": [
|
|
1906
1906
|
{
|
|
@@ -1908,36 +1908,34 @@
|
|
|
1908
1908
|
"name": "*",
|
|
1909
1909
|
"declaration": {
|
|
1910
1910
|
"name": "*",
|
|
1911
|
-
"package": "./
|
|
1911
|
+
"package": "./logger"
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
1914
|
]
|
|
1915
1915
|
},
|
|
1916
1916
|
{
|
|
1917
1917
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
1918
|
+
"path": "src/utils/logger.ts",
|
|
1919
1919
|
"declarations": [
|
|
1920
1920
|
{
|
|
1921
1921
|
"kind": "variable",
|
|
1922
|
-
"name": "
|
|
1923
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
1924
|
-
"privacy": "public"
|
|
1922
|
+
"name": "logger"
|
|
1925
1923
|
}
|
|
1926
1924
|
],
|
|
1927
1925
|
"exports": [
|
|
1928
1926
|
{
|
|
1929
1927
|
"kind": "js",
|
|
1930
|
-
"name": "
|
|
1928
|
+
"name": "logger",
|
|
1931
1929
|
"declaration": {
|
|
1932
|
-
"name": "
|
|
1933
|
-
"module": "src/
|
|
1930
|
+
"name": "logger",
|
|
1931
|
+
"module": "src/utils/logger.ts"
|
|
1934
1932
|
}
|
|
1935
1933
|
}
|
|
1936
1934
|
]
|
|
1937
1935
|
},
|
|
1938
1936
|
{
|
|
1939
1937
|
"kind": "javascript-module",
|
|
1940
|
-
"path": "src/
|
|
1938
|
+
"path": "src/uuid/index.ts",
|
|
1941
1939
|
"declarations": [],
|
|
1942
1940
|
"exports": [
|
|
1943
1941
|
{
|
|
@@ -1945,27 +1943,29 @@
|
|
|
1945
1943
|
"name": "*",
|
|
1946
1944
|
"declaration": {
|
|
1947
1945
|
"name": "*",
|
|
1948
|
-
"package": "./
|
|
1946
|
+
"package": "./uuid"
|
|
1949
1947
|
}
|
|
1950
1948
|
}
|
|
1951
1949
|
]
|
|
1952
1950
|
},
|
|
1953
1951
|
{
|
|
1954
1952
|
"kind": "javascript-module",
|
|
1955
|
-
"path": "src/
|
|
1953
|
+
"path": "src/uuid/uuid.ts",
|
|
1956
1954
|
"declarations": [
|
|
1957
1955
|
{
|
|
1958
1956
|
"kind": "variable",
|
|
1959
|
-
"name": "
|
|
1957
|
+
"name": "UUID",
|
|
1958
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1959
|
+
"privacy": "public"
|
|
1960
1960
|
}
|
|
1961
1961
|
],
|
|
1962
1962
|
"exports": [
|
|
1963
1963
|
{
|
|
1964
1964
|
"kind": "js",
|
|
1965
|
-
"name": "
|
|
1965
|
+
"name": "UUID",
|
|
1966
1966
|
"declaration": {
|
|
1967
|
-
"name": "
|
|
1968
|
-
"module": "src/
|
|
1967
|
+
"name": "UUID",
|
|
1968
|
+
"module": "src/uuid/uuid.ts"
|
|
1969
1969
|
}
|
|
1970
1970
|
}
|
|
1971
1971
|
]
|
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.187.1-accessibility.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
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.187.1-accessibility.1",
|
|
31
|
+
"@genesislcap/genx": "14.187.1-accessibility.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.187.1-accessibility.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.187.1-accessibility.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.187.1-accessibility.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.187.1-accessibility.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.187.1-accessibility.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.187.1-accessibility.1",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "e798cfd3061012fb058a61b92406bc8f92363e9f"
|
|
58
58
|
}
|