@genesislcap/foundation-utils 14.199.2 → 14.199.3-alpha-40ecfcd.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.
@@ -159,6 +159,79 @@
159
159
  }
160
160
  ]
161
161
  },
162
+ {
163
+ "kind": "javascript-module",
164
+ "path": "src/design-system/design-system.ts",
165
+ "declarations": [
166
+ {
167
+ "kind": "function",
168
+ "name": "assureDesignSystem",
169
+ "return": {
170
+ "type": {
171
+ "text": "DesignSystemModule"
172
+ }
173
+ },
174
+ "parameters": [
175
+ {
176
+ "name": "module",
177
+ "type": {
178
+ "text": "DesignSystemModule"
179
+ }
180
+ }
181
+ ],
182
+ "description": "assureDesignSystem.",
183
+ "privacy": "public"
184
+ }
185
+ ],
186
+ "exports": [
187
+ {
188
+ "kind": "js",
189
+ "name": "assureDesignSystem",
190
+ "declaration": {
191
+ "name": "assureDesignSystem",
192
+ "module": "src/design-system/design-system.ts"
193
+ }
194
+ }
195
+ ]
196
+ },
197
+ {
198
+ "kind": "javascript-module",
199
+ "path": "src/design-system/index.ts",
200
+ "declarations": [],
201
+ "exports": [
202
+ {
203
+ "kind": "js",
204
+ "name": "*",
205
+ "declaration": {
206
+ "name": "*",
207
+ "package": "./design-system"
208
+ }
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "kind": "javascript-module",
214
+ "path": "src/directives/index.ts",
215
+ "declarations": [],
216
+ "exports": [
217
+ {
218
+ "kind": "js",
219
+ "name": "*",
220
+ "declaration": {
221
+ "name": "*",
222
+ "package": "./sync"
223
+ }
224
+ },
225
+ {
226
+ "kind": "js",
227
+ "name": "*",
228
+ "declaration": {
229
+ "name": "*",
230
+ "package": "./when-else"
231
+ }
232
+ }
233
+ ]
234
+ },
162
235
  {
163
236
  "kind": "javascript-module",
164
237
  "path": "src/data/inMemoryDatabase.ts",
@@ -357,56 +430,6 @@
357
430
  }
358
431
  ]
359
432
  },
360
- {
361
- "kind": "javascript-module",
362
- "path": "src/design-system/design-system.ts",
363
- "declarations": [
364
- {
365
- "kind": "function",
366
- "name": "assureDesignSystem",
367
- "return": {
368
- "type": {
369
- "text": "DesignSystemModule"
370
- }
371
- },
372
- "parameters": [
373
- {
374
- "name": "module",
375
- "type": {
376
- "text": "DesignSystemModule"
377
- }
378
- }
379
- ],
380
- "description": "assureDesignSystem.",
381
- "privacy": "public"
382
- }
383
- ],
384
- "exports": [
385
- {
386
- "kind": "js",
387
- "name": "assureDesignSystem",
388
- "declaration": {
389
- "name": "assureDesignSystem",
390
- "module": "src/design-system/design-system.ts"
391
- }
392
- }
393
- ]
394
- },
395
- {
396
- "kind": "javascript-module",
397
- "path": "src/design-system/index.ts",
398
- "declarations": [],
399
- "exports": [
400
- {
401
- "kind": "js",
402
- "name": "*",
403
- "declaration": {
404
- "name": "*",
405
- "package": "./design-system"
406
- }
407
- }
408
- ]
409
- },
410
433
  {
411
434
  "kind": "javascript-module",
412
435
  "path": "src/decorators/index.ts",
@@ -460,29 +483,6 @@
460
483
  }
461
484
  ]
462
485
  },
463
- {
464
- "kind": "javascript-module",
465
- "path": "src/directives/index.ts",
466
- "declarations": [],
467
- "exports": [
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./sync"
474
- }
475
- },
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./when-else"
482
- }
483
- }
484
- ]
485
- },
486
486
  {
487
487
  "kind": "javascript-module",
488
488
  "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.199.2",
4
+ "version": "14.199.3-alpha-40ecfcd.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.199.2",
31
- "@genesislcap/genx": "14.199.2",
32
- "@genesislcap/rollup-builder": "14.199.2",
33
- "@genesislcap/ts-builder": "14.199.2",
34
- "@genesislcap/uvu-playwright-builder": "14.199.2",
35
- "@genesislcap/vite-builder": "14.199.2",
36
- "@genesislcap/webpack-builder": "14.199.2",
30
+ "@genesislcap/foundation-testing": "14.199.3-alpha-40ecfcd.0",
31
+ "@genesislcap/genx": "14.199.3-alpha-40ecfcd.0",
32
+ "@genesislcap/rollup-builder": "14.199.3-alpha-40ecfcd.0",
33
+ "@genesislcap/ts-builder": "14.199.3-alpha-40ecfcd.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.199.3-alpha-40ecfcd.0",
35
+ "@genesislcap/vite-builder": "14.199.3-alpha-40ecfcd.0",
36
+ "@genesislcap/webpack-builder": "14.199.3-alpha-40ecfcd.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.199.2",
40
+ "@genesislcap/foundation-logger": "14.199.3-alpha-40ecfcd.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "7e312ac8f65e7153b76119b4b0160fab945fcdf4"
58
+ "gitHead": "149c12e480fefd02669c2c830f01c9eb7190e2aa"
59
59
  }