@genesislcap/foundation-utils 14.218.1-alpha-9b0b135.0 → 14.218.2-alpha-cf014c8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -167,6 +167,56 @@
167
167
  }
168
168
  ]
169
169
  },
170
+ {
171
+ "kind": "javascript-module",
172
+ "path": "src/design-system/design-system.ts",
173
+ "declarations": [
174
+ {
175
+ "kind": "function",
176
+ "name": "assureDesignSystem",
177
+ "return": {
178
+ "type": {
179
+ "text": "DesignSystemModule"
180
+ }
181
+ },
182
+ "parameters": [
183
+ {
184
+ "name": "module",
185
+ "type": {
186
+ "text": "DesignSystemModule"
187
+ }
188
+ }
189
+ ],
190
+ "description": "assureDesignSystem.",
191
+ "privacy": "public"
192
+ }
193
+ ],
194
+ "exports": [
195
+ {
196
+ "kind": "js",
197
+ "name": "assureDesignSystem",
198
+ "declaration": {
199
+ "name": "assureDesignSystem",
200
+ "module": "src/design-system/design-system.ts"
201
+ }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "kind": "javascript-module",
207
+ "path": "src/design-system/index.ts",
208
+ "declarations": [],
209
+ "exports": [
210
+ {
211
+ "kind": "js",
212
+ "name": "*",
213
+ "declaration": {
214
+ "name": "*",
215
+ "package": "./design-system"
216
+ }
217
+ }
218
+ ]
219
+ },
170
220
  {
171
221
  "kind": "javascript-module",
172
222
  "path": "src/data/inMemoryDatabase.ts",
@@ -365,79 +415,6 @@
365
415
  }
366
416
  ]
367
417
  },
368
- {
369
- "kind": "javascript-module",
370
- "path": "src/directives/index.ts",
371
- "declarations": [],
372
- "exports": [
373
- {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./sync"
379
- }
380
- },
381
- {
382
- "kind": "js",
383
- "name": "*",
384
- "declaration": {
385
- "name": "*",
386
- "package": "./when-else"
387
- }
388
- }
389
- ]
390
- },
391
- {
392
- "kind": "javascript-module",
393
- "path": "src/design-system/design-system.ts",
394
- "declarations": [
395
- {
396
- "kind": "function",
397
- "name": "assureDesignSystem",
398
- "return": {
399
- "type": {
400
- "text": "DesignSystemModule"
401
- }
402
- },
403
- "parameters": [
404
- {
405
- "name": "module",
406
- "type": {
407
- "text": "DesignSystemModule"
408
- }
409
- }
410
- ],
411
- "description": "assureDesignSystem.",
412
- "privacy": "public"
413
- }
414
- ],
415
- "exports": [
416
- {
417
- "kind": "js",
418
- "name": "assureDesignSystem",
419
- "declaration": {
420
- "name": "assureDesignSystem",
421
- "module": "src/design-system/design-system.ts"
422
- }
423
- }
424
- ]
425
- },
426
- {
427
- "kind": "javascript-module",
428
- "path": "src/design-system/index.ts",
429
- "declarations": [],
430
- "exports": [
431
- {
432
- "kind": "js",
433
- "name": "*",
434
- "declaration": {
435
- "name": "*",
436
- "package": "./design-system"
437
- }
438
- }
439
- ]
440
- },
441
418
  {
442
419
  "kind": "javascript-module",
443
420
  "path": "src/decorators/index.ts",
@@ -491,6 +468,29 @@
491
468
  }
492
469
  ]
493
470
  },
471
+ {
472
+ "kind": "javascript-module",
473
+ "path": "src/directives/index.ts",
474
+ "declarations": [],
475
+ "exports": [
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./sync"
482
+ }
483
+ },
484
+ {
485
+ "kind": "js",
486
+ "name": "*",
487
+ "declaration": {
488
+ "name": "*",
489
+ "package": "./when-else"
490
+ }
491
+ }
492
+ ]
493
+ },
494
494
  {
495
495
  "kind": "javascript-module",
496
496
  "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.218.1-alpha-9b0b135.0",
4
+ "version": "14.218.2-alpha-cf014c8.0",
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.218.1-alpha-9b0b135.0",
31
- "@genesislcap/genx": "14.218.1-alpha-9b0b135.0",
32
- "@genesislcap/rollup-builder": "14.218.1-alpha-9b0b135.0",
33
- "@genesislcap/ts-builder": "14.218.1-alpha-9b0b135.0",
34
- "@genesislcap/uvu-playwright-builder": "14.218.1-alpha-9b0b135.0",
35
- "@genesislcap/vite-builder": "14.218.1-alpha-9b0b135.0",
36
- "@genesislcap/webpack-builder": "14.218.1-alpha-9b0b135.0",
30
+ "@genesislcap/foundation-testing": "14.218.2-alpha-cf014c8.0",
31
+ "@genesislcap/genx": "14.218.2-alpha-cf014c8.0",
32
+ "@genesislcap/rollup-builder": "14.218.2-alpha-cf014c8.0",
33
+ "@genesislcap/ts-builder": "14.218.2-alpha-cf014c8.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.218.2-alpha-cf014c8.0",
35
+ "@genesislcap/vite-builder": "14.218.2-alpha-cf014c8.0",
36
+ "@genesislcap/webpack-builder": "14.218.2-alpha-cf014c8.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.218.1-alpha-9b0b135.0",
40
+ "@genesislcap/foundation-logger": "14.218.2-alpha-cf014c8.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "682afcf92fff3b2f6fdebfce30a36a6f65194e83"
58
+ "gitHead": "a88776f6e4a179234c43ca1e013cfbc8e39d8fc9"
59
59
  }