@genesislcap/foundation-utils 14.192.0-accessibility.2 → 14.192.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 +78 -78
- package/package.json +10 -10
|
@@ -359,50 +359,23 @@
|
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
"kind": "javascript-module",
|
|
362
|
-
"path": "src/
|
|
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
|
-
],
|
|
362
|
+
"path": "src/directives/index.ts",
|
|
363
|
+
"declarations": [],
|
|
384
364
|
"exports": [
|
|
385
365
|
{
|
|
386
366
|
"kind": "js",
|
|
387
|
-
"name": "
|
|
367
|
+
"name": "*",
|
|
388
368
|
"declaration": {
|
|
389
|
-
"name": "
|
|
390
|
-
"
|
|
369
|
+
"name": "*",
|
|
370
|
+
"package": "./sync"
|
|
391
371
|
}
|
|
392
|
-
}
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"kind": "javascript-module",
|
|
397
|
-
"path": "src/design-system/index.ts",
|
|
398
|
-
"declarations": [],
|
|
399
|
-
"exports": [
|
|
372
|
+
},
|
|
400
373
|
{
|
|
401
374
|
"kind": "js",
|
|
402
375
|
"name": "*",
|
|
403
376
|
"declaration": {
|
|
404
377
|
"name": "*",
|
|
405
|
-
"package": "./
|
|
378
|
+
"package": "./when-else"
|
|
406
379
|
}
|
|
407
380
|
}
|
|
408
381
|
]
|
|
@@ -462,23 +435,50 @@
|
|
|
462
435
|
},
|
|
463
436
|
{
|
|
464
437
|
"kind": "javascript-module",
|
|
465
|
-
"path": "src/
|
|
466
|
-
"declarations": [
|
|
438
|
+
"path": "src/design-system/design-system.ts",
|
|
439
|
+
"declarations": [
|
|
440
|
+
{
|
|
441
|
+
"kind": "function",
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"return": {
|
|
444
|
+
"type": {
|
|
445
|
+
"text": "DesignSystemModule"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
"parameters": [
|
|
449
|
+
{
|
|
450
|
+
"name": "module",
|
|
451
|
+
"type": {
|
|
452
|
+
"text": "DesignSystemModule"
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
],
|
|
456
|
+
"description": "assureDesignSystem.",
|
|
457
|
+
"privacy": "public"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
467
460
|
"exports": [
|
|
468
461
|
{
|
|
469
462
|
"kind": "js",
|
|
470
|
-
"name": "
|
|
463
|
+
"name": "assureDesignSystem",
|
|
471
464
|
"declaration": {
|
|
472
|
-
"name": "
|
|
473
|
-
"
|
|
465
|
+
"name": "assureDesignSystem",
|
|
466
|
+
"module": "src/design-system/design-system.ts"
|
|
474
467
|
}
|
|
475
|
-
}
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"kind": "javascript-module",
|
|
473
|
+
"path": "src/design-system/index.ts",
|
|
474
|
+
"declarations": [],
|
|
475
|
+
"exports": [
|
|
476
476
|
{
|
|
477
477
|
"kind": "js",
|
|
478
478
|
"name": "*",
|
|
479
479
|
"declaration": {
|
|
480
480
|
"name": "*",
|
|
481
|
-
"package": "./
|
|
481
|
+
"package": "./design-system"
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
]
|
|
@@ -1948,6 +1948,43 @@
|
|
|
1948
1948
|
}
|
|
1949
1949
|
]
|
|
1950
1950
|
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "javascript-module",
|
|
1953
|
+
"path": "src/uuid/index.ts",
|
|
1954
|
+
"declarations": [],
|
|
1955
|
+
"exports": [
|
|
1956
|
+
{
|
|
1957
|
+
"kind": "js",
|
|
1958
|
+
"name": "*",
|
|
1959
|
+
"declaration": {
|
|
1960
|
+
"name": "*",
|
|
1961
|
+
"package": "./uuid"
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "javascript-module",
|
|
1968
|
+
"path": "src/uuid/uuid.ts",
|
|
1969
|
+
"declarations": [
|
|
1970
|
+
{
|
|
1971
|
+
"kind": "variable",
|
|
1972
|
+
"name": "UUID",
|
|
1973
|
+
"description": "A dependency injection token for the UUID interface.",
|
|
1974
|
+
"privacy": "public"
|
|
1975
|
+
}
|
|
1976
|
+
],
|
|
1977
|
+
"exports": [
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "js",
|
|
1980
|
+
"name": "UUID",
|
|
1981
|
+
"declaration": {
|
|
1982
|
+
"name": "UUID",
|
|
1983
|
+
"module": "src/uuid/uuid.ts"
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
]
|
|
1987
|
+
},
|
|
1951
1988
|
{
|
|
1952
1989
|
"kind": "javascript-module",
|
|
1953
1990
|
"path": "src/window/index.ts",
|
|
@@ -2096,43 +2133,6 @@
|
|
|
2096
2133
|
}
|
|
2097
2134
|
]
|
|
2098
2135
|
},
|
|
2099
|
-
{
|
|
2100
|
-
"kind": "javascript-module",
|
|
2101
|
-
"path": "src/uuid/index.ts",
|
|
2102
|
-
"declarations": [],
|
|
2103
|
-
"exports": [
|
|
2104
|
-
{
|
|
2105
|
-
"kind": "js",
|
|
2106
|
-
"name": "*",
|
|
2107
|
-
"declaration": {
|
|
2108
|
-
"name": "*",
|
|
2109
|
-
"package": "./uuid"
|
|
2110
|
-
}
|
|
2111
|
-
}
|
|
2112
|
-
]
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"kind": "javascript-module",
|
|
2116
|
-
"path": "src/uuid/uuid.ts",
|
|
2117
|
-
"declarations": [
|
|
2118
|
-
{
|
|
2119
|
-
"kind": "variable",
|
|
2120
|
-
"name": "UUID",
|
|
2121
|
-
"description": "A dependency injection token for the UUID interface.",
|
|
2122
|
-
"privacy": "public"
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
|
-
"exports": [
|
|
2126
|
-
{
|
|
2127
|
-
"kind": "js",
|
|
2128
|
-
"name": "UUID",
|
|
2129
|
-
"declaration": {
|
|
2130
|
-
"name": "UUID",
|
|
2131
|
-
"module": "src/uuid/uuid.ts"
|
|
2132
|
-
}
|
|
2133
|
-
}
|
|
2134
|
-
]
|
|
2135
|
-
},
|
|
2136
2136
|
{
|
|
2137
2137
|
"kind": "javascript-module",
|
|
2138
2138
|
"path": "src/directives/sync/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.192.
|
|
4
|
+
"version": "14.192.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.192.
|
|
31
|
-
"@genesislcap/genx": "14.192.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.192.
|
|
33
|
-
"@genesislcap/ts-builder": "14.192.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.192.
|
|
35
|
-
"@genesislcap/vite-builder": "14.192.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.192.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.192.1",
|
|
31
|
+
"@genesislcap/genx": "14.192.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.192.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.192.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.192.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.192.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.192.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.192.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.192.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": "a29aa171eb4bd0a83c1787bdcfb0351f77ff0cc5"
|
|
58
58
|
}
|