@genesislcap/foundation-utils 14.77.1 → 14.78.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.
@@ -341,6 +341,78 @@
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
+ },
393
+ {
394
+ "kind": "javascript-module",
395
+ "path": "src/directives/index.ts",
396
+ "declarations": [],
397
+ "exports": [
398
+ {
399
+ "kind": "js",
400
+ "name": "*",
401
+ "declaration": {
402
+ "name": "*",
403
+ "package": "./sync"
404
+ }
405
+ },
406
+ {
407
+ "kind": "js",
408
+ "name": "*",
409
+ "declaration": {
410
+ "name": "*",
411
+ "package": "./when-else"
412
+ }
413
+ }
414
+ ]
415
+ },
344
416
  {
345
417
  "kind": "javascript-module",
346
418
  "path": "src/decorators/index.ts",
@@ -394,55 +466,6 @@
394
466
  }
395
467
  ]
396
468
  },
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
469
  {
447
470
  "kind": "javascript-module",
448
471
  "path": "src/env/index.ts",
@@ -860,29 +883,6 @@
860
883
  }
861
884
  ]
862
885
  },
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.77.1",
4
+ "version": "14.78.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "3c3f770e8109ed802bc30409d3cd4d75bacac7bb"
44
+ "gitHead": "584ca63fcfc3786d84e4c062252f8a1a28be3a87"
45
45
  }