@genesislcap/foundation-utils 14.83.1 → 14.83.2-canary.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 +49 -49
- package/package.json +5 -5
|
@@ -341,6 +341,55 @@
|
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "javascript-module",
|
|
346
|
+
"path": "src/design-system/design-system.ts",
|
|
347
|
+
"declarations": [
|
|
348
|
+
{
|
|
349
|
+
"kind": "function",
|
|
350
|
+
"name": "assureDesignSystem",
|
|
351
|
+
"return": {
|
|
352
|
+
"type": {
|
|
353
|
+
"text": "DesignSystemModule"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"parameters": [
|
|
357
|
+
{
|
|
358
|
+
"name": "module",
|
|
359
|
+
"type": {
|
|
360
|
+
"text": "DesignSystemModule"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"privacy": "public"
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"exports": [
|
|
368
|
+
{
|
|
369
|
+
"kind": "js",
|
|
370
|
+
"name": "assureDesignSystem",
|
|
371
|
+
"declaration": {
|
|
372
|
+
"name": "assureDesignSystem",
|
|
373
|
+
"module": "src/design-system/design-system.ts"
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
]
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"kind": "javascript-module",
|
|
380
|
+
"path": "src/design-system/index.ts",
|
|
381
|
+
"declarations": [],
|
|
382
|
+
"exports": [
|
|
383
|
+
{
|
|
384
|
+
"kind": "js",
|
|
385
|
+
"name": "*",
|
|
386
|
+
"declaration": {
|
|
387
|
+
"name": "*",
|
|
388
|
+
"package": "./design-system"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
344
393
|
{
|
|
345
394
|
"kind": "javascript-module",
|
|
346
395
|
"path": "src/decorators/index.ts",
|
|
@@ -417,55 +466,6 @@
|
|
|
417
466
|
}
|
|
418
467
|
]
|
|
419
468
|
},
|
|
420
|
-
{
|
|
421
|
-
"kind": "javascript-module",
|
|
422
|
-
"path": "src/design-system/design-system.ts",
|
|
423
|
-
"declarations": [
|
|
424
|
-
{
|
|
425
|
-
"kind": "function",
|
|
426
|
-
"name": "assureDesignSystem",
|
|
427
|
-
"return": {
|
|
428
|
-
"type": {
|
|
429
|
-
"text": "DesignSystemModule"
|
|
430
|
-
}
|
|
431
|
-
},
|
|
432
|
-
"parameters": [
|
|
433
|
-
{
|
|
434
|
-
"name": "module",
|
|
435
|
-
"type": {
|
|
436
|
-
"text": "DesignSystemModule"
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
],
|
|
440
|
-
"privacy": "public"
|
|
441
|
-
}
|
|
442
|
-
],
|
|
443
|
-
"exports": [
|
|
444
|
-
{
|
|
445
|
-
"kind": "js",
|
|
446
|
-
"name": "assureDesignSystem",
|
|
447
|
-
"declaration": {
|
|
448
|
-
"name": "assureDesignSystem",
|
|
449
|
-
"module": "src/design-system/design-system.ts"
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
]
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"kind": "javascript-module",
|
|
456
|
-
"path": "src/design-system/index.ts",
|
|
457
|
-
"declarations": [],
|
|
458
|
-
"exports": [
|
|
459
|
-
{
|
|
460
|
-
"kind": "js",
|
|
461
|
-
"name": "*",
|
|
462
|
-
"declaration": {
|
|
463
|
-
"name": "*",
|
|
464
|
-
"package": "./design-system"
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
469
|
{
|
|
470
470
|
"kind": "javascript-module",
|
|
471
471
|
"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.83.1",
|
|
4
|
+
"version": "14.83.2-canary.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.83.1",
|
|
23
|
-
"@genesislcap/genx": "14.83.1",
|
|
22
|
+
"@genesislcap/foundation-testing": "14.83.2-canary.1",
|
|
23
|
+
"@genesislcap/genx": "14.83.2-canary.1",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.83.1",
|
|
27
|
+
"@genesislcap/foundation-logger": "14.83.2-canary.1",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "05e32d35be608fbd0b75cc0d934d71ffeb6d63af"
|
|
46
46
|
}
|