@genesislcap/foundation-utils 14.92.3-beta.d43fa1f.1 → 14.92.3-beta.de92271.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.
@@ -196,6 +196,55 @@
196
196
  }
197
197
  ]
198
198
  },
199
+ {
200
+ "kind": "javascript-module",
201
+ "path": "src/design-system/design-system.ts",
202
+ "declarations": [
203
+ {
204
+ "kind": "function",
205
+ "name": "assureDesignSystem",
206
+ "return": {
207
+ "type": {
208
+ "text": "DesignSystemModule"
209
+ }
210
+ },
211
+ "parameters": [
212
+ {
213
+ "name": "module",
214
+ "type": {
215
+ "text": "DesignSystemModule"
216
+ }
217
+ }
218
+ ],
219
+ "privacy": "public"
220
+ }
221
+ ],
222
+ "exports": [
223
+ {
224
+ "kind": "js",
225
+ "name": "assureDesignSystem",
226
+ "declaration": {
227
+ "name": "assureDesignSystem",
228
+ "module": "src/design-system/design-system.ts"
229
+ }
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "kind": "javascript-module",
235
+ "path": "src/design-system/index.ts",
236
+ "declarations": [],
237
+ "exports": [
238
+ {
239
+ "kind": "js",
240
+ "name": "*",
241
+ "declaration": {
242
+ "name": "*",
243
+ "package": "./design-system"
244
+ }
245
+ }
246
+ ]
247
+ },
199
248
  {
200
249
  "kind": "javascript-module",
201
250
  "path": "src/data/inMemoryDatabase.ts",
@@ -394,78 +443,6 @@
394
443
  }
395
444
  ]
396
445
  },
397
- {
398
- "kind": "javascript-module",
399
- "path": "src/design-system/design-system.ts",
400
- "declarations": [
401
- {
402
- "kind": "function",
403
- "name": "assureDesignSystem",
404
- "return": {
405
- "type": {
406
- "text": "DesignSystemModule"
407
- }
408
- },
409
- "parameters": [
410
- {
411
- "name": "module",
412
- "type": {
413
- "text": "DesignSystemModule"
414
- }
415
- }
416
- ],
417
- "privacy": "public"
418
- }
419
- ],
420
- "exports": [
421
- {
422
- "kind": "js",
423
- "name": "assureDesignSystem",
424
- "declaration": {
425
- "name": "assureDesignSystem",
426
- "module": "src/design-system/design-system.ts"
427
- }
428
- }
429
- ]
430
- },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/design-system/index.ts",
434
- "declarations": [],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./design-system"
442
- }
443
- }
444
- ]
445
- },
446
- {
447
- "kind": "javascript-module",
448
- "path": "src/directives/index.ts",
449
- "declarations": [],
450
- "exports": [
451
- {
452
- "kind": "js",
453
- "name": "*",
454
- "declaration": {
455
- "name": "*",
456
- "package": "./sync"
457
- }
458
- },
459
- {
460
- "kind": "js",
461
- "name": "*",
462
- "declaration": {
463
- "name": "*",
464
- "package": "./when-else"
465
- }
466
- }
467
- ]
468
- },
469
446
  {
470
447
  "kind": "javascript-module",
471
448
  "path": "src/env/index.ts",
@@ -883,6 +860,29 @@
883
860
  }
884
861
  ]
885
862
  },
863
+ {
864
+ "kind": "javascript-module",
865
+ "path": "src/directives/index.ts",
866
+ "declarations": [],
867
+ "exports": [
868
+ {
869
+ "kind": "js",
870
+ "name": "*",
871
+ "declaration": {
872
+ "name": "*",
873
+ "package": "./sync"
874
+ }
875
+ },
876
+ {
877
+ "kind": "js",
878
+ "name": "*",
879
+ "declaration": {
880
+ "name": "*",
881
+ "package": "./when-else"
882
+ }
883
+ }
884
+ ]
885
+ },
886
886
  {
887
887
  "kind": "javascript-module",
888
888
  "path": "src/formatters/datetime.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.92.3-beta.d43fa1f.1",
4
+ "version": "14.92.3-beta.de92271.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.92.3-beta.d43fa1f.1",
23
- "@genesislcap/genx": "14.92.3-beta.d43fa1f.1",
22
+ "@genesislcap/foundation-testing": "14.92.3-beta.de92271.1",
23
+ "@genesislcap/genx": "14.92.3-beta.de92271.1",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.92.3-beta.d43fa1f.1",
27
+ "@genesislcap/foundation-logger": "14.92.3-beta.de92271.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": "8af87d46ca66274148e76de7df92c4a942808603"
45
+ "gitHead": "9dcdd4ff03889b4560071657cec914cd6b609971"
46
46
  }