@genesislcap/foundation-utils 14.24.3 → 14.24.4-alpha-f353532.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.
@@ -333,55 +333,6 @@
333
333
  }
334
334
  ]
335
335
  },
336
- {
337
- "kind": "javascript-module",
338
- "path": "src/design-system/design-system.ts",
339
- "declarations": [
340
- {
341
- "kind": "function",
342
- "name": "assureDesignSystem",
343
- "return": {
344
- "type": {
345
- "text": "DesignSystemModule"
346
- }
347
- },
348
- "parameters": [
349
- {
350
- "name": "module",
351
- "type": {
352
- "text": "DesignSystemModule"
353
- }
354
- }
355
- ],
356
- "privacy": "public"
357
- }
358
- ],
359
- "exports": [
360
- {
361
- "kind": "js",
362
- "name": "assureDesignSystem",
363
- "declaration": {
364
- "name": "assureDesignSystem",
365
- "module": "src/design-system/design-system.ts"
366
- }
367
- }
368
- ]
369
- },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/design-system/index.ts",
373
- "declarations": [],
374
- "exports": [
375
- {
376
- "kind": "js",
377
- "name": "*",
378
- "declaration": {
379
- "name": "*",
380
- "package": "./design-system"
381
- }
382
- }
383
- ]
384
- },
385
336
  {
386
337
  "kind": "javascript-module",
387
338
  "path": "src/decorators/index.ts",
@@ -435,6 +386,55 @@
435
386
  }
436
387
  ]
437
388
  },
389
+ {
390
+ "kind": "javascript-module",
391
+ "path": "src/design-system/design-system.ts",
392
+ "declarations": [
393
+ {
394
+ "kind": "function",
395
+ "name": "assureDesignSystem",
396
+ "return": {
397
+ "type": {
398
+ "text": "DesignSystemModule"
399
+ }
400
+ },
401
+ "parameters": [
402
+ {
403
+ "name": "module",
404
+ "type": {
405
+ "text": "DesignSystemModule"
406
+ }
407
+ }
408
+ ],
409
+ "privacy": "public"
410
+ }
411
+ ],
412
+ "exports": [
413
+ {
414
+ "kind": "js",
415
+ "name": "assureDesignSystem",
416
+ "declaration": {
417
+ "name": "assureDesignSystem",
418
+ "module": "src/design-system/design-system.ts"
419
+ }
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "kind": "javascript-module",
425
+ "path": "src/design-system/index.ts",
426
+ "declarations": [],
427
+ "exports": [
428
+ {
429
+ "kind": "js",
430
+ "name": "*",
431
+ "declaration": {
432
+ "name": "*",
433
+ "package": "./design-system"
434
+ }
435
+ }
436
+ ]
437
+ },
438
438
  {
439
439
  "kind": "javascript-module",
440
440
  "path": "src/directives/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.24.3",
4
+ "version": "14.24.4-alpha-f353532.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,7 +24,7 @@
24
24
  "test": "echo \"Error: no test specified\""
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/genx": "^14.24.3",
27
+ "@genesislcap/genx": "14.24.4-alpha-f353532.0",
28
28
  "@module-federation/dashboard-plugin": "2.3.0",
29
29
  "@playwright/test": "^1.18.1",
30
30
  "@types/node": "^16.4.3",
@@ -78,5 +78,5 @@
78
78
  "access": "public"
79
79
  },
80
80
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "364368afc90a9300bf9be70e0bce9862caa33ff2"
81
+ "gitHead": "e70175414c65cbf5d62617f939110a4fcc01b36c"
82
82
  }